-
Notifications
You must be signed in to change notification settings - Fork 161
Conversation
Codecov Report
@@ Coverage Diff @@
## development #458 +/- ##
===============================================
+ Coverage 70.15% 71.45% +1.29%
===============================================
Files 38 40 +2
Lines 2520 2662 +142
===============================================
+ Hits 1768 1902 +134
- Misses 620 624 +4
- Partials 132 136 +4
Continue to review full report at Codecov.
|
* attempt to fix * cleanup * add idx check * update csdb.Copy
x/evm/types/chain_config.go
Outdated
ConstantinopleBlock: big.NewInt(0), | ||
PetersburgBlock: big.NewInt(0), | ||
EIP150Block: sdk.ZeroInt(), | ||
EIP150Hash: "0x2086799aeebeae135c246c65021c82b4e15a2c451340993aacfd2751886514f0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I actually think this default hash is invalid should be populated on initialization
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@noot @araskachoi thoughts?
the simulations are failing because the evm module is not supported yet on sims :
|
Not sure what's going on with the storage rpc test tho:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the solidity tests fail on this branch with Error: while migrating Migrations: The contract code couldn't be stored, please check your gas limit.
same with deploying aragonOS. this is probably why the export account test is failing
I can't tell exactly why from looking at the changes, going to look into it more
The |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
contract deployments work for me now, looks good!
err := json.Unmarshal(rpcRes.Result, &gas) | ||
require.NoError(t, err, string(rpcRes.Result)) | ||
|
||
require.Equal(t, "0xffdf", gas.String()) | ||
require.Equal(t, "0x1051d", gas) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure if we should address this? technically it should remain the same? @noot
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah it should likely be the same, do we have any tests for actual gas consumption vs estimation? if not we should add some
Closes: #443
Description
TODO:
For contributor use:
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerFor admin use:
WIP
,R4R
,docs
, etc)